home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / MENU.DIR / 00228_Script_228 < prev    next >
Text File  |  1997-07-23  |  251b  |  11 lines

  1. on exitFrame
  2.   
  3.   case true of
  4.     (rollover(11)) : go to "drawloop"
  5.     (rollover(12)) : go to "end"
  6.     (rollover(13)) : go to "filmloop"
  7.     (rollover(14)) : go to "archloop"
  8.     (rollover(15)) : go to "quit"
  9.   end case
  10.   go the frame
  11. end